<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * jQuery.Running.js - jQuery plugin for Running
 *
 * Copyright (c) 2007-2015 Qietu inc
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Project home:
 *   http://www.qietu.com/p/jQuery.Running.js
 *
 * Version:  1.0.0
 *
 */

.loop-pie {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loop-pie-line {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.loop-pie-l {
  top: 0;
  left: 0;
}

.loop-pie-r {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
}

.loop-pie-c {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  border-style: solid;
}

/*prograss*/
.prograss{
	position:relative;
}
.prograss .bar{
	height:100%; width:10%; display: flex; justify-content: center; align-items: center;overflow: hidden;
}
</pre></body></html>